Welcome![Sign In][Sign Up]
Location:
Search - cSharp xml

Search list

[Data structsKMLCreator

Description: KML 2.0介绍 KML全称是Keyhole Markup Language KML,是一个基于XML语法和文件格式的文件,用来描述和保存地理信息如点、线、图片、折线并在Google Earth客户端之中显示 The core of the project is the KMLCreator.cs. This has three classes, KMLCoordinates, KMLPoint and KMLLine-Google Earth KML File Creator Class Title: Google Earth KML File Creator Class Author: Ian John Grech Email: iangrech@nextgen.net.mt Member ID: 12345 Language: C# 2.0 Platform: .NET 2.0 Technology: Level: Beginner Description: Provides an introductory class to create Google Earth KML files Section General C# SubSection C# Samples \ General The core of the project is the KMLCreator.cs. This has three classes, KMLCoordinates, KMLPoint and KMLLine
Platform: | Size: 32768 | Author: Anykey | Hits:

[CSharpXMlToAccess

Description: 利用xml传输数据(sqlerver<->Access)-Xml data to use (sqlerver Access)
Platform: | Size: 31744 | Author: jimmy | Hits:

[xml-soap-webserviceCamangiTalk_XmlProducer

Description: 利用介面設計來產生設定的xml檔案,包括config,log,skin-The use of interface design to generate the xml configuration file
Platform: | Size: 196608 | Author: 黃易凱 | Hits:

[xml-soap-webservicexmlparse

Description: 解析xml文件的例子,很简单的例子-program to parse xml,very simple sample
Platform: | Size: 35840 | Author: arthas | Hits:

[CommunicationQianQianLrc

Description: 算法信息来源于网上的一段PHP代码,具体出处不得而知。   整个下载歌词的流程为:   1、根据歌手以及歌曲名称找歌词单列表   服务器地址为:   http://ttlrcct2.qianqian.com/dll/lyricsvr.dll?sh?Artist={0}&Title={1}&Flags=0   {0}为歌手名的UNICODE编码字符串   {1}为歌曲名的UNICODE编码字符串   注意   歌手名,歌曲名需要去空格、" "、转换成小写等操作。   UNICODE编码时需要按字节转换为16进制,而不是按字符。   2、上面的操作获取到类似下面的xml结果。 <?xml version="1.0" encoding="UTF-8"?> <result>   <lrc id="70437" artist="胡彦斌" title="男人 KTV"></lrc>   <lrc id="204568" artist="胡彦斌" title="男人KTV"></lrc> </result>   3、我们选择其中一个歌词进行下载。   根据选择歌词的ID,artist,title生成一个校验字符串(CODE),具体算法看源码。   根据ID以及CODE去下面的地址获取歌词。   http://ttlrcct2.qianqian.com/dll/lyricsvr.dll?dl?Id={0}&Code={1}   {0}:ID   {1}:CODE-Lyrics search
Platform: | Size: 67584 | Author: weiny | Hits:

[.netFormatXML

Description: 用于格式化xml,xslt等xml格式的文本文件,附带注册表文件将其关联到这些xml文件,该程序实现极其简单,但此程序却非常有用-Format for xml, xslt, such as xml text file format, with its associated registry files of these xml files, the program is extremely simple, but this procedure is very useful
Platform: | Size: 10240 | Author: Darrell Wang | Hits:

[CSharpPrintCharp

Description: C#发票套打的示例,使用了.NET Framework 1.1 框架,主要原理利用XML来定位套打的精度-C# invoice print example, the use of the. NET Framework 1.1 framework, the main principle of the use of XML to the accuracy of positioning print
Platform: | Size: 4192256 | Author: 王明明 | Hits:

[.netdavid_millington_gridview_shop_source

Description: OPC XML客户端实现,给予xml的OPC的实现--OPC XML client to achieve, given the realization of xml of OPC
Platform: | Size: 36864 | Author: zhaozheng | Hits:

[xml-soap-webserviceXmlHelperDemo

Description: After working with a couple of XML projects for the last six months, I am ready to share a class I wrote called XmlHelper which got me through all the complexity of XML and made my life a lot simpler. If you are a XML beginner or have no idea about XML, this article should teach you the very basic concepts that you need to create any type of XML document. If you already have experience in XML, you will probably benefit by using the methods available in XmlHelper. The article evolves from simple concepts about XML to creation of XML documents, to DataSource assignment from XML documents to ListBoxes and DataGrids, and finally to DataSource update from changes made on a DataGrid to update the source XML document.
Platform: | Size: 147456 | Author: Roman_Khr | Hits:

[xml-soap-webserviceDocumentSerialize

Description: 非常强大的HTML,XML,AXML文档分析类库。-Very powerful HTML, XML, AXML class document analysis.
Platform: | Size: 662528 | Author: 张红君 | Hits:

[WEB CodeX3BLOG_0.7.5.2

Description: X3-BLOG 是基于XML+XSLT+AJAX技术构建的开源多用户博客门户系统,服务器端采用当前最流行的动态网页开发语言ASP.NET(C#) 2.0编写,支持多种数据库,包括SQLSERVER2000\SQLSERVER2005\ORACLE\MYSQL\DB2\ACCESS等,默认使用SQLSERVER2000。- X3-BLOG is based on the XML+ XSLT+ AJAX technologies to build multi-user blog for open-source portal systems, server-side use of the current dynamics of the most popular web development language ASP.NET (C#) 2.0 prepared to support a variety of databases, including SQLSERVER2000 \ SQLSERVER2005 \ ORACLE \ MYSQL \ DB2 \ ACCESS and so on, default SQLSERVER2000.
Platform: | Size: 3812352 | Author: ansel | Hits:

[xml-soap-webserviceXMLReader

Description: 对自定义XML文件的读、写、修改、删除操作,加入简单类工厂和单例模式,便于扩展。打包成DLL,EX为测试项-XML documents to read, write, modify, delete operations, adding a simple type of plant and single-case model, convenient for extension. Packaged into a DLL, EX test items
Platform: | Size: 63488 | Author: dragon | Hits:

[OtherLINQforVisualCSharp2008

Description: C # programmers at any level need to learn about LINQ (Language-Integrated Query), Microsoft’s breakthrough technology for simplifying and unifying data access from any data source. With LINQ you can write more elegant and flexible code, not just to access databases and files but also to manipulate data structures and XML. LINQ for Visual C# 2008 is a short guide to the major features of LINQ. It thoroughly covers LINQ to Objects, LINQ to SQL, LINQ to DataSet, and LINQ to XML. For instance, you’ll learn to Use the LINQ syntax Use LINQ to Objects to query in-memory objects Integrate LINQ to SQL with existing ADO.NET programs Query XML documents/data using LINQ to XML Integrate LINQ to SQL and LINQ to XML The book also includes plenty of working examples to demonstrate LINQ in action. There is no better source than this book for getting a fast head start on this technology. Best Regards, Wasi-C# programmers at any level need to learn about LINQ (Language-Integrated Query), Microsoft’s breakthrough technology for simplifying and unifying data access from any data source. With LINQ you can write more elegant and flexible code, not just to access databases and files but also to manipulate data structures and XML. LINQ for Visual C# 2008 is a short guide to the major features of LINQ. It thoroughly covers LINQ to Objects, LINQ to SQL, LINQ to DataSet, and LINQ to XML. For instance, you’ll learn to Use the LINQ syntax Use LINQ to Objects to query in-memory objects Integrate LINQ to SQL with existing ADO.NET programs Query XML documents/data using LINQ to XML Integrate LINQ to SQL and LINQ to XML The book also includes plenty of working examples to demonstrate LINQ in action. There is no better source than this book for getting a fast head start on this technology. Best Regards, Wasi
Platform: | Size: 2407424 | Author: Wasiuddin | Hits:

[.netWpfMusicPlayer

Description: C#和WPF开发的简单音乐播放器。使用XML编辑音乐列表,可自定义增加歌曲,界面非常漂亮。-C# and WPF development of a simple music player. The use of XML editing music list can be customized to increase song, the interface is very beautiful.
Platform: | Size: 13858816 | Author: 刘宏亮 | Hits:

[.netDotNet

Description: 程序员大本营.Net篇。详细介绍.Net编程的方方面面,打开有14M大小,涵盖C#,VB,ASP.Net,框架,XML等方面的内容-Programmer camp. Net articles. Details. Net programming aspects, open a 14M size, covering C#, VB, ASP.Net, framework, XML and other aspects of
Platform: | Size: 14661632 | Author: 马志强 | Hits:

[ADO-ODBCDTXML

Description: 基于XML文件配置的数据迁移程序 支持Oracle数据库-Based on XML file configuration data migration program supports Oracle Database
Platform: | Size: 1833984 | Author: syh | Hits:

[CSharplinq-for-visual-cSharp-2008-firstpress

Description: * A clear and comprehensive yet concise introduction to using LINQ in C# * Covers LINQ to Objects, LINQ to SQL, LINQ to DataSet, and LINQ to XML * Rich in working examples of LINQ in action * Ideal for C# programmers at any level - * A clear and comprehensive yet concise introduction to using LINQ in C# * Covers LINQ to Objects, LINQ to SQL, LINQ to DataSet, and LINQ to XML * Rich in working examples of LINQ in action * Ideal for C# programmers at any level
Platform: | Size: 2407424 | Author: chane | Hits:

[Internet-NetworkXmxCms20

Description: 本程序采用 三层架构 + 抽象工厂设计模式 + Linq 实现,目前只做了Access 和 SQL Server ,默认数据库为Access,要更换数据库只需修改web.config 即可。在SQL Server 部分 采用Linq 技术进行对数据库的操作 ,用xml编辑器打开XmxCms.dbml 文件就可看到 SQL Server 的数据库连接字符串 ,请根据实际情况修改。 本程序中的分页控件、文本编辑器、一些图片 来自于网络,在此感谢共享 ! 后台登陆用户名/密码为:admin/admin888 。 后台主要功能有:系统管理 管理员管理 幻灯设置 链接管理 企业信息 产品管理 产品类别 发布产品 新闻管理 添加新闻内容 管理新闻类别 管理首页标签新闻 留言管理 招聘管理 发布招聘 应聘管理 人才策略调查管理 添加新调查 会员管理 广告管理 如果有什么意见或建议尽管提出 。-This program uses three-tier architecture+ abstract factory design pattern+ Linq to achieve, at present only went for Access and SQL Server, the default database to Access, to replace the database can only modify the web.config.
Platform: | Size: 3342336 | Author: 龙文 | Hits:

[ADO-ODBCFileStoreTODB

Description: Word, Excel, Image, XML Files Stroe / Retrive from Database-Word, Excel, Image, XML Files Stroe/Retrive from Database
Platform: | Size: 41984 | Author: rico | Hits:

[CSharpCSharpExamplesManual

Description: C#2.0 实例自学手册,书本源代码, 电子工业出版社, 第1章 C#入门, 第2章 基本控件使用, 第3章 容器类控件应用, 第4章 菜单、工具栏与状态栏应用, 第5章 对话框应用, 第6章 输入、输出, 第7章 XML应用, 第8章 操作Office文件, 第9章 GDI+绘图, 第10章 进程与线程, 第11章 网络应用, 第12章 数据库应用, 第13章 ASP.NET应用, 第14章 水晶报表应用, 第15章 DotNetBar商业控件应用, 第16章 Microsoft Enterprise Library应用, 第17章 Dundas图表控件应用, 第18章 使用MapXtreme创建地理信息系统, 第19章 制作安装程序, 第20章 图书馆管理信息系统, -C# 2.0 example of self-study manuals, books, source code, Electronics Industry Press, Chapter 1 C# Getting Started Chapter 2 the basic controls use Chapter 3 container class control applications Chapter 4 menus, toolbars, and status bar application of Chapter 5 Dialogue box with Chapter 6, the input and output Chapter 7 XML applications Chapter 8 Operation Office file Chapter 9 GDI+ Graphics Chapter 10 process and thread Chapter 11 Network Applications Chapter 12 Database Applications Chapter 13 ASP.NET application of section Chapter 14 Crystal Reports application of section 15 of the controls DotNetBar business applications Chapter 16 Microsoft Enterprise Library application of Chapter 17 Dundas chart control application of Chapter 18 to use MapXtreme to create Geographic Information System Chapter 19 Fabrication and installation procedures for Chapter 20 Library Management Information System
Platform: | Size: 3316736 | Author: wsadfg | Hits:
« 1 2 ... 4 5 6 7 8 910 11 12 13 14 »

CodeBus www.codebus.net